dd360-ds
Advanced tools
Weekly downloads
Readme
DD360 Components is a tailwind based React component library
You do not need to have tailwind installed to use this library. However it can be 100% compatible with tailwind and you should not have any problem if you want to combine them.
we use vitest for unit tests
npm install dd360-ds
After Installation, you will have to make some extra configurations for everything to work normally.
Import stylesheets into the App.js
or App.tsx
import 'dd360-ds/dd360.css'
⚠️Warning: If you want to combine it with other styles, be sure to import our css as the last one.
How to import components?
import { Button } from 'dd360-ds'
This is the most fun part. Below we will explain the use of the components we are currently developing.
You can checking and contribute to the docs website here
FAQs
DD360 Components is a tailwind based React component library
The npm package dd360-ds receives a total of 2,161 weekly downloads. As such, dd360-ds popularity was classified as popular.
We found that dd360-ds demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.