0.0.22 • Published 3 years ago

@dalgu/core-design-system v0.0.22

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

GitHub license npm version npm

Core Design System

Preparing now...🔥

Essential, Customizable, Business Driven Design System for React

Notification

Core Design System is currently being prepared so that anyone can use it in a production environment. I hope to make it available to you as soon as possible.

If you support my project, you can sponsor me at the link below.

✨ Core Design System Support

Installation

npm i @dalgu/core-design-system @emotion/react @emotion/styled
yarn add @dalgu/core-design-system @emotion/react @emotion/styled
pnpm add @dalgu/core-design-system @emotion/react @emotion/styled

Usage

Foundation CSS

import '@dalgu/core-design-system/shared/text-styles-1.css';
import '@dalgu/core-design-system/shared/colors-1.css';

ReactDOM.render(<App />, document.getElementById('root'));

Components

Currently, only <Button /> component can be used for testing Core Design System in your project.

import { Button } from '@dalgu/core-design-system';

export default function Example() {
  return (
    <Button
      label='BUTTON LABEL'
      onClick={() => alert('Core Design System Button Component!')}
    />
  );
}

Version history

0.0.xx

2023.05.20 ~

✔️ Testing for production

Sponsor

If you support my project, you can sponsor me at the link below.

✨ Core Design System Support

Contact

dalgudot@gmail.com

0.0.22

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago