Skip to content
This repository was archived by the owner on Dec 28, 2022. It is now read-only.

vivitek/toolbox

Repository files navigation

@vivitek/toolbox

Random stuff for frontend developpers

NPM JavaScript Style Guide

Install

npm install --save @vivitek/toolbox

Usage

import React from 'react'

import { SomeComponents } from '@vivitek/toolbox'
import '@vivitek/toolbox/dist/index.css'

const Example = () => {
  return <SomeComponents />
}

TODO

  • Custom colors
  • Deploy
  • Buttons
    • Full
    • Outlined
  • Input
  • Tables
    • Search bar
    • Pagination
    • Sort A->Z Z->A
  • Spinners
  • Tab
  • Alert (sweetalert wrapper)
    • Primary
    • Secondary
    • Warning
    • Danger
    • Info
  • Modal

License

CC4 © vivitek

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published