Files
flipper/desktop
Michel Weststrate 2b0e93a063 Introduce NUX element
Summary:
allow-large-files

This diff introces the `NUX` element that can be wrapped around any other element to give a first-time usage hint.

Hint dismissal is stored by taking a hash of the hint contents, and scoped per plugin.

Users can reset the 'read' status in the settings page

Example usage:

```
<NUX
  title="Use bookmarks to directly navigate to a location in the app."
  placement="right">
  <Input addonAfter={<SettingOutlined />} defaultValue="mysite" />
</NUX>
```

Reviewed By: nikoant

Differential Revision: D24622276

fbshipit-source-id: 0265634f9ab50c32214b74f033f59482cd986f23
2020-11-06 08:23:42 -08:00
..
2020-11-06 08:23:42 -08:00
2020-10-28 06:06:33 -07:00
2020-11-06 08:23:42 -08:00
2020-03-20 13:37:41 -07:00
2020-10-28 06:06:33 -07:00
2020-10-28 06:06:33 -07:00
2020-11-06 06:25:14 -08:00
2020-11-05 05:17:29 -08:00
2020-10-28 06:06:33 -07:00
2020-10-22 09:41:11 -07:00
2020-09-28 01:42:48 -07:00
2020-09-28 01:42:48 -07:00
2020-06-19 03:54:49 -07:00
2020-08-20 13:32:47 -07:00
2020-11-05 05:17:29 -08:00
2020-11-06 08:23:42 -08:00