Skip to content

The UI Kit is a collection of React components that are used in the ShortLink app.

Notifications You must be signed in to change notification settings

shortlink-org/ui-kit

Repository files navigation

@shortlink/ui-kit

Note

The UI Kit is a collection of React components that are used in the ShortLink app.

Installation

npm install @shortlink/ui-kit # for GitLab registry
npm install shortlink-ui-kit        # for NPM registry

Usage

import { ToggleDarkMode } from '@shortlink/ui-kit'

const App = () => {
  return <ToggleDarkMode />
}

Storybook

The UI Kit is documented with Storybook. You can run it locally with:

npm run storybook

Stack

  • ReactJS
  • Pretty code base
    • Typescript
    • ESLint/Prettier
  • Pretty UI
    • TailwindCSS
  • Storybook (for UI)
  • Jest

About

The UI Kit is a collection of React components that are used in the ShortLink app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published