velvet-wave
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

velvet-wave

Velvet Wave is a versatile and intuitive React styling library that empowers developers to effortlessly create stunning and responsive user interfaces. Say goodbye to cumbersome CSS files and hello to an elegant and efficient styling solution that seamlessly integrates with your React applications.

NPM JavaScript Style Guide

Install

npm install --save velvet-wave

Usage

import React from 'react'

import { VelvetTable } from 'velvet-wave'
import 'velvet-wave/dist/index.css'

export default const App = () => {
  const columns = [
    { label: 'Name', key: 'name' },
    { label: 'Age', key: 'age' },
    { label: 'Agew', key: 'age' },
    { label: 'City', key: 'city' },
    { label: 'Action', key: '' }
  ]

  const data = [
    { name: 'Alice', age: 28, city: 'New York' },
    { name: 'Bob', age: 32, city: 'San Francisco' },
    { name: 'Charlie', age: 22, city: 'Los Angeles' }
  ]
  return <VelvetTable columns={columns} data={data} />
}

License

MIT © rahulcodz

Readme

Keywords

none

Package Sidebar

Install

npm i velvet-wave

Weekly Downloads

2

Version

1.2.0

License

MIT

Unpacked Size

17.6 kB

Total Files

10

Last publish

Collaborators

  • rahultest
  • rahulpanchal