1.5.1 • Published 1 year ago

@chakra-icons/bootstrap v1.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

How To

Installation

yarn add @chakra-icons/bootstrap

OR use NPM

npm install --save-dev @chakra-icons/bootstrap

Usage

import { IconName } from "@chakra-icons/bootstrap";
const App = () => (
  <div>
    <IconName boxSize="md" color="blue" />
  </div>
);

You just need to change IconName with the specific icon name that we are provided, See List Available Icons.

1.5.1

1 year ago

1.5.0

1 year ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago