@turk.net/design-system
TypeScript icon, indicating that this package has built-in type declarations

0.9.11 • Public • Published

TurkNet Design System

Installation

Install the package in your project directory with:

npm install @turk.net/design-system

// or

yarn add @turk.net/design-system

Usage

import { Alert } from '@turk.net/design-system'

const SampleComponent = () => {
  return (
    <Alert severity="warning">
      This Alert Component, The severity property changes alert color.
    </Alert>
  )
}

Development

🚅 Quick start

  1. Install the dependencies.

    Navigate into your new site’s directory and install the necessary dependencies.

    # Navigate to the directory
    cd design-system/
    
    # Install the dependencies
    yarn
  2. Open the source code and start editing!

    yarn start
    
  3. Build storybook

    yarn build
    
  4. Build library

    yarn build-library
    

Learning Storybook

  1. Read our introductory tutorial over at Storybook tutorials.
  2. Learn how to transform your component libraries into design systems in our Design Systems for Developers tutorial.
  3. See our official documentation at Storybook.

/@turk.net/design-system/

    Package Sidebar

    Install

    npm i @turk.net/design-system

    Weekly Downloads

    133

    Version

    0.9.11

    License

    none

    Unpacked Size

    199 kB

    Total Files

    177

    Last publish

    Collaborators

    • cankayadarcin
    • nuriun
    • ahmetyilmaz
    • cuaskin