@devopness/ui-react
v2.146.0
Published
Devopness Design System React Components - Painless essential DevOps to everyone
Downloads
319
Maintainers
Readme
Devopness UI - React
The official Devopness UI components for React
Dependencies
This component library uses:
- ⚛️ React — JavaScript library for user interfaces
- 📖 Storybook — Frontend workshop for UI development
- 💅 Styled Components - CSS-in-JS library for styling components
- ⚡ Vite — The build tool for the web
- 📦 SWC (Speedy Web Compiler) — Rust based compiler used to speed up Vite dev server
- 🧪 Vitest — Vite-native testing framework
- 🐙 React Testing Library - A light-weight solution for testing React components
As well as a few others tools configured:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
Development & Testing
Installing on Linux
or macOS
systems.
1. Navigate to the project directory
cd packages/ui/react/
2. Install missing dependencies
This command will install all modules listed as dependencies in package.json.
npm install
3. Build UI package
npm run build
4. Run tests
npm run test
5. Run storybook
npm run storybook