@hokkiai/discord-emoji-selector 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,6 +12,7 @@ npm install @hokkiai/discord-emoji-selector
|
|
|
12
12
|
|
|
13
13
|
```tsx
|
|
14
14
|
import EmojiSelector from "@hokkiai/discord-emoji-selector";
|
|
15
|
+
import "@hokkiai/discord-emoji-selector/fix.css"; // fixes if you don't have tailwind installed.
|
|
15
16
|
|
|
16
17
|
export default function App() {
|
|
17
18
|
return <EmojiSelector />;
|