depth-decorator
v0.0.19
Published
react component to add depth looking style to your own components
Downloads
7
Maintainers
Readme
depth-decorator
React component for depth styling
Usage
npm install depth-decorator
Tools
- ⚛️ React 18
- 📚 Storybook 7 - Components preview
- 🖌️ Tailwind CSS 3
- ⏩ Vite - Run and build the project blazingly fast!
- ⚡ Vitest - Components Unit Testing
- 🌟 Typescript
Main Scripts
build
: Builds the project into the dist folder.lint:fix
: Applies linting based on the rules defined in .eslintrc.js.format:prettier
: Formats files using the prettier rules defined in .prettierrc.