0.0.22 • Published 2 years ago

@dalgu/core-design-system v0.0.22

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago