0.0.22 • Published 12 months ago

@dalgu/core-design-system v0.0.22

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

12 months ago

0.0.21

12 months ago

0.0.20

12 months ago

0.0.19

12 months ago

0.0.18

12 months ago

0.0.17

12 months ago

0.0.16

12 months ago

0.0.15

12 months ago

0.0.14

12 months ago

0.0.13

12 months ago

0.0.12

12 months ago

0.0.11

12 months ago

0.0.10

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago