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