0.0.2 • Published 11 months ago

tailwind-viewer-react v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Based in tailwind-config-viewer

Open Source Love MIT Licence npm version npm downloads All Contributors

: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.

0.0.2

11 months ago

0.0.1

11 months ago

0.0.0

11 months ago