bootstrap-wd-styles

0.9.4 • Public • Published

Simple framework created in SCSS and typescript that is compliant with react

To stylize our website more quickly, as it is compliant with all types of projects as it is not only for react projects, but can also be adapted to a basic project.

 

Install

 npm i bootstrap-wd-styles

 

Element

 

Button


import { Button } from "bootstrap-wd-styles/components";

function Home() {
   return (
      <Button bg={`green`} size={`x`} type="button">
         Click
      </Button>
   );
}

 

Badge


import { Badge } from "bootstrap-wd-styles/components";

function Home() {
   return (
      <Badge bg={`green`} size={`m`}>
         Click
      </Badge>
   );
}

 

Alert


import { Alert } from "bootstrap-wd-styles/components";

function Home() {
   return <Alert isShown={true} content="lorem iipsum alert" bg="green" />;
}

Readme

Keywords

none

Package Sidebar

Install

npm i bootstrap-wd-styles

Weekly Downloads

1

Version

0.9.4

License

ISC

Unpacked Size

37.6 kB

Total Files

32

Last publish

Collaborators

  • david2c142