0.0.24 • Published 1 year ago

ds-ui-kit v0.0.24

Weekly downloads
-
License
GNU AGPLv3
Repository
bitbucket
Last release
1 year ago

Devsamurai UI KIT

N|Solid

This project contains all helpful components for DS plugins.

DS UI kit uses a number of open source projects to work properly:

  • React - HTML enhanced for web apps!
  • Ant Design - MA design system for enterprise-level products. Create an efficient and enjoyable work experience.
  • Atlassian Kit - Atlassian's official UI library, built according to the Atlassian Design System.

Installation

DS UI Kit requires Node.js v16 to run.

Install the dependencies and devDependencies and start the server.

npm i

or

yarn

STORYBOOK

To start storybook and see all UI components. Storybook will run on port http://localhost:6006/ as default. Or LIVE DEMO HERE

npm run storybook

or

yarn storybook

BUILD

To build storybook as a static web application. Detail

npm run build-storybook

or

yarn build-storybook

COMPONENTS

Change theme

import { useTheme, THEMES } from "ds-ui-kit";
...

[theme, setTheme] = useTheme();
const changeToDarkTheme = () => {
  setTheme(THEMES.DARK)
}

AssigneePicker

import { AssigneePicker } from "ds-ui-kit";
<AssigneePicker listProvider={() => [{
    accountId: "5e4a382e212310c8fe50df3",
    accountType: "atlassian",
    displayName: "Eric Huynh",
    src: "https://image",
  }]} />

ThemeSelector

import { ThemeSelector } from "ds-ui-kit";
<ThemeSelector />
0.0.22

1 year ago

0.0.23

1 year ago

0.0.24

1 year ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.15

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.3

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago