Socket
Book a DemoInstallSign in
Socket

@reflaunt-dev/ui-components

Package Overview
Dependencies
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reflaunt-dev/ui-components

ui-components

latest
Source
npmnpm
Version
1.1.13
Version published
Maintainers
5
Created
Source

Storybook Design System

Welcome to the Storybook Design System.

Tech Stack

  • Typescript
  • Tailwind CSS
  • Storybook
  • Rollup
  • GitHub Actions
  • Vercel for preview

Project Setup

  • Run npm install to install dependencies.
  • Run npm run storybook for live preview.

Usage package for other projects

Run npm install @reflaunt-dev/ui-components Additional info about setuping theme, just check storybook documentation Just import specific component that you need import { Button } from '@reflaunt-dev/ui-components'

Contributing

  • Always add typings for new component.
  • Every component should have type - React.FC<Props>
  • Every component should have own story and documentation how to use it.
  • Format your code using prettier, or just use command - npm run format

FAQs

Package last updated on 10 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts