@dank-inc/dank-design
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

Dank Design System

a design system created for use with react!

Features

  • [ ] App wrapper insta-app™ component!
  • [ ] runtime-configurable css variables!
  • [ ] intuitive layout components!
  • [ ] Markdown viewifier!
  • [ ] auth context!
  • [ ] api boilerplate!
  • [ ] useful hooks!

Development

$ git clone [this]
$ npm i
$ npm run storybook

Usage

# go to any react app you have made
$ npm i @dank-inc/dank-design

import components to use in your app!

import { Button } from '@dank-inc/dank-design

export const App = () => {
  const title = "App Title"

  return (
    <div>
      <h1>{title}</h1>
      <Button>Click Meh!</Button>
    </div>
  )
}

Package Sidebar

Install

npm i @dank-inc/dank-design

Weekly Downloads

0

Version

0.3.1

License

none

Unpacked Size

9.18 kB

Total Files

18

Last publish

Collaborators

  • nicholasp1992
  • eli7vh