0.0.5 • Published 2 years ago

gyro-ds v0.0.5

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

G&RO Construcciones Design System

As a company we have multiple products in different platforms where we were using some repetitive code and components, that's when G&RO's design system came to life. It's still really new and we are adding various components.

Roadmap

Forms

  • Input (In Progress)
  • Select
  • CurrencyInput
  • InputFile
  • Select
  • Autocomplete
  • SearchBox

Layouts

  • Two Columns With Title Layout

Navigation

  • Navbar
  • Navigation Item (Sidebar)(Improvement)
  • Sidebar
  • Mobile Sidebar

Utils

  • Avatar (Improvement)
  • Card
  • Loader
  • Tag (Improvement)
  • Tooltip (In Progress)

Tech

  • WindiCSS
  • Histoire - TailwindCSS
  • Iconify
  • Typescript
  • Vite
  • Vue3
  • Eslint
  • Prettier
  • Sass

How To Use It?

npm i --save gyro-ds

In your main entry file (main.ts - index.ts ....) import the library Styles

import 'gyro-ds/dist/style.css'

And to use each component you'll have to import it wherever you need it.

import { GCard } from 'gyro-ds'
import { GInput } from 'gyro-ds'
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

0.0.0

2 years ago