1.1.5 • Published 3 years ago

seturon-component v1.1.5

Weekly downloads
87
License
MIT
Repository
-
Last release
3 years ago

Seturon UI

Seturon UI is the design system. Series of individual styles, components, and guidelines used for creating unified UI.

Installation

$ npm i seturon-component -S

or

$ yarn add seturon-component

Usage

import { Button } from 'seturon-component/components/button';

export const myComponent = (props) => (
  <Button>Hello, World!</Button>
);

Components

  • Alert Component
  • Badge Component
  • Base Components
  • Breadcrumb Component
  • Button Component
  • Card Component
  • Container Component
  • Dropdown Component
  • Form Component
  • Grid Component
  • Jumbotron Component
  • Listgroup Component
  • Modal Component
  • Nav Component
  • Navbar Component
  • Popover Component
  • Table Component
  • Tooltip Component
  • Icons

Related