1.8.0 • Published 1 year ago

quantumic-design v1.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Quantum Design is a UI Kit that consists of some very small components and functions.

Most of components in Quantumic Design is designed that have single responsibility. So you can assemble these quantumic components to make your own design system more faster. Or just use these are.

Please enjoy! ☺️

Quick start

Install Quantumic Design and Emotion. and add Quantumic Design Context to your application.

$ npm install quantumic-design
// or
$ yarn add quantumic-design
// App.tsx

import React, { PropsWithChildren } from 'react';
import { QDProvider } from 'quantumic-design';

function App({ children }: PropsWithChildren<{}>) {
  return <QDProvider>{children}</QDProvider>;
}

With TypeScript

As you can see, Quantumic Design is TypeScript based library. Therefore, Quantumic Design provides its own type declarations, so you don't need to install additional typing packages like @types/quantumic-design.

Docs

Check out our Storybook

1.8.0

1 year ago

1.7.0

2 years ago

1.6.4

2 years ago

1.6.3

2 years ago

1.6.2

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.6.5

2 years ago

1.4.4

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago