1.69.0 • Published 4 years ago
@devopschatclass/cc-web-components-b2b v1.69.0
cc-web-components
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.
1.69.0
4 years ago
1.68.0
4 years ago
1.67.6
4 years ago
1.67.7
4 years ago
1.67.4
4 years ago
1.67.5
4 years ago
1.67.1
4 years ago
1.67.2
4 years ago
1.67.0
4 years ago
1.66.6
4 years ago
1.66.2
4 years ago
1.66.3
4 years ago
1.66.4
4 years ago
1.66.5
4 years ago
1.66.1
4 years ago
1.66.0
4 years ago
1.65.1
4 years ago
1.64.1
4 years ago
1.64.0
4 years ago
1.63.1
4 years ago
1.63.0
4 years ago
1.62.0
4 years ago