New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

singum-ui

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

singum-ui

A modern UI library built with Tailwind CSS and TypeScript

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

singum UI

A modern UI component library built with React, TypeScript, and Tailwind CSS following singumic Design principles.

Installation

```bash npm install singum-ui

or

yarn add singum-ui ```

Usage

```jsx import { Button, Input, Card } from 'singum-ui'; import 'singum-ui/dist/styles.css'; // Import styles

function App() { return ( Submit ); } ```

Components

singums

  • Button
  • Input
  • (more...)

Molecules

  • FormGroup
  • (more...)

Organisms

  • Card
  • (more...)

License

MIT ```

Bước 10: Tạo Storybook để hiển thị và tài liệu components (tùy chọn)

```bash

Cài đặt Storybook

npx storybook init

Cài đặt các dependencies cần thiết

npm install --save-dev @storybook/addon-docs @storybook/addon-controls @storybook/addon-viewport ```

Tạo story cho Button:

Keywords

ui

FAQs

Package last updated on 05 May 2025

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