Master Components Core Library
npm install @bund-x/core> Master Components Core Library


!install
!publish
!min
!min
!dependencies
!tree-shaking
!types
!build

!license


runkit -
jsconsole -
bundlephobia -
unpkg -
jsdeliver -
openbase -
network
``bash`
npm install --save @bund-x/core
`jsx
import React, { Component } from 'react'
import Button from '@bund-x/core/Button'
class App extends Component {
render() {
return (
color="primary" // 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'light', 'dark'
shape="round" // 'round', 'square'
variant="solid" // 'solid', 'outline', 'text', 'contained'
href="/path/to/route"
size="md" // 'xs', 'sm', 'md', 'lg', 'xl'
type="submit" // 'button', 'reset', 'submit'
startIcon={}
endIcon={}>
children
)
}
}
export default App
``
MIT © bund-xyz