0.0.12 • Published 6 years ago
@arnat/styled-alert v0.0.12
ARNAT Styled Alert
Modular approach to use bootstrap components for quick prototypes, as an entrypoint of the component library.
Usage
// import { Alert } from 'styled-bootstrap-components';
import { Alert } from '@arnat/styled-alert';
const SuccessAlert = props => <Alert success>Well done!</Alert>;Import components from
@arnat/styled-bootstrapif you have it installed.
Properties
Properties which can be added to the component to change the visual appearance.
noRadiusType: booleanpillType: booleanprimaryType: booleansecondaryType: booleansuccessType: booleandangerType: booleanwarningType: booleaninfoType: booleanlightType: booleandarkType: boolean