shortlink-ui-kit
TypeScript icon, indicating that this package has built-in type declarations

1.3.6 • Public • Published

@shortlink/ui-kit

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 i 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

Readme

Keywords

Package Sidebar

Install

npm i shortlink-ui-kit

Weekly Downloads

2

Version

1.3.6

License

MIT

Unpacked Size

14.8 kB

Total Files

15

Last publish

Collaborators

  • batazor