tailwind-viewer-react
v0.0.2
Published
A simple react component to view tailwindcss classes
Downloads
2
Readme
Based in tailwind-config-viewer
:rocket: How use
Instalation:
npm install tailwind-viewer-react@latest
#or
yarn add tailwind-viewer-react@latest
Answer the questions (When choosing the tool, use the arrows keys to navigate, the spacebar to select and enter to finish)
Start integration adding the TailwindViewer component to your application:
import { TailwindViewer } from "tailwind-viewer-react";
ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
<React.StrictMode>
<App />
<TailwindViewer />
</React.StrictMode>
);
Now you can use the component.
:pencil: Contributing
Your contribution to the tailwind-viewer-react
is essential for the evolution of the project, you can do it as follows:
- Open an issue to clear doubts, report bugs or give ideas
- Open a pull request to give ideas for code improvement, implementation of new features and bug fixes
These are just some of the ways you can contribute to the project read the CONTRIBUTING for more information
:adult: Authors
✨ Contributors
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
:page_facing_up: License
tailwind-viewer-react is a open source project licensed as MIT.