0.8.1 • Published 2 years ago

@davikiyo/simple-ui-components v0.8.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Simple UI Components Library

npm latest package CircleCI codecov

Installation

npm:

npm install @davikiyo/simple-ui-components

yarn:

yarn add @davikiyo/simple-ui-components

Components

The available components are as follows:

  • Alert
  • AppBar
  • Card
  • Drawer
  • Grid
  • Icons
    • Icon
    • IconSprite
  • Lists
    • List
    • ListItem
  • Modal
  • Pagination
  • Tab
  • Table
  • UI
    • Button
    • Checkbox
    • IconButton
    • MenuButton
    • Switch
    • Textbox

Icons

Icon component depends on IconSprite to display the icons. Add IconSprite at the top level of your app. (Only once)

// index.jsx or App.jsx
import React from 'react'
import ReactDOM from 'react-dom/client'
import { IconSprite } from '@davikiyo/simple-ui-components'
import App from './App'
import './index.css'

ReactDOM.createRoot(document.getElementById('root')).render(
  <React.StrictMode>
    <IconSprite />
    <App />
  </React.StrictMode>
)

Demo

Available components can be checked by running Storybook.

Prerequisites

You're going to need:

  • Node.js >= 16.0.0.
  • Yarn — npm might not work.

Setting up

  1. Fork this repository on GitHub.
  2. Clone your forked repository with git clone https://github.com/YOURNAME/simple-ui-components.git
  3. Install dependencies with yarn install.
  4. Run Storybook with yarn dev — you should be able to see Storybook running at http://localhost:6006.
0.8.1

2 years ago

0.8.0-rc.0

2 years ago

0.8.0-rc.1

2 years ago

0.7.0

2 years ago

0.8.1-rc.0

2 years ago

0.7.0-rc.2

2 years ago

0.7.0-rc.1

2 years ago

0.7.0-rc.6

2 years ago

0.7.0-rc.5

2 years ago

0.7.0-rc.4

2 years ago

0.7.0-rc.3

2 years ago

0.8.0

2 years ago

0.6.4-rc.0

2 years ago

0.7.0-rc.0

2 years ago

0.6.4

2 years ago

0.6.1-rc.3

3 years ago

0.6.3-rc.0

2 years ago

0.6.3-rc.3

2 years ago

0.6.3-rc.4

2 years ago

0.6.3-rc.1

2 years ago

0.6.3-rc.2

2 years ago

0.6.2-rc.0

3 years ago

0.6.3

2 years ago

0.6.2

2 years ago

0.6.1

3 years ago

0.6.1-rc.2

3 years ago

0.6.1-rc.1

3 years ago

0.6.1-rc.0

3 years ago

0.6.0

3 years ago

0.6.0-rc.4

3 years ago

0.6.0-rc.3

3 years ago

0.6.0-rc.2

3 years ago

0.6.0-rc.1

3 years ago

0.6.0-rc.0

3 years ago

0.5.1-rc.2

3 years ago

0.5.1-rc.1

3 years ago

0.5.1-rc.0

3 years ago

0.5.0

3 years ago

0.5.0-rc.1

3 years ago

0.5.0-rc.0

3 years ago

0.4.0

3 years ago

0.4.0-rc.0

3 years ago

0.3.2

3 years ago

0.3.2-rc.0

3 years ago

0.3.1

3 years ago

0.3.1-rc.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.2.0-rc.0

3 years ago

0.1.0

3 years ago

0.0.2-rc.0

3 years ago

0.0.1

3 years ago