@devopschatclass/cc-web-components-b2b
TypeScript icon, indicating that this package has built-in type declarations

1.69.0 • Public • Published

cc-web-components

NPM JavaScript Style Guide

Install

npm install --save chatclass-components

Usage

import React from 'react'

import { ThemeProvider, Button } from 'chatclass-components'

interface AppProps {}

const App: React.FC<AppProps> = () => {
  return (
    <ThemeProvider>
      <Button backgroundColor='primary' color='white'>
        Hello, I am a styled button
      </Button>
    </ThemeProvider>
  )
}

Live Demo

For examples of the chatclass-components in action, checkout the storybook here.

Readme

Keywords

none

Package Sidebar

Install

npm i @devopschatclass/cc-web-components-b2b

Weekly Downloads

5

Version

1.69.0

License

MIT

Unpacked Size

19.3 MB

Total Files

368

Last publish

Collaborators

  • chatclass_admin