Note
The UI Kit is a collection of React components that are used in the ShortLink app.
npm install @shortlink/ui-kit # for GitLab registry
npm install shortlink-ui-kit # for NPM registry
import { ToggleDarkMode } from '@shortlink/ui-kit'
const App = () => {
return <ToggleDarkMode />
}
The UI Kit is documented with Storybook. You can run it locally with:
npm run storybook
- ReactJS
- Pretty code base
- Typescript
- ESLint/Prettier
- Pretty UI
- TailwindCSS
- Storybook (for UI)
- Jest