1.3.4 • Published 3 years ago

@streamlinehq/streamline-wrapper-react v1.3.4

Weekly downloads
401
License
MIT
Repository
github
Last release
3 years ago

React wrapper for Streamline icons and illustrations

This is a small React library which allows you to render Streamline SVG icons and illustrations.

How to install

  1. yarn add @streamlinehq/streamline-wrapper-react

How to use

Check docs/example-react-app project created with CRA to see it in use.

import StreamlineIcon from '@streamlinehq/streamline-wrapper-react'
// To use a Streamline icon first import a category you want from a family you have access to, eg:
import { Home } from "@streamlinehq/streamline-light/lib/interface-essential"
// And then take the icon of your choice from that category, eg with `Home.House`.

const IconsList = () => (
    <div>
        <StreamlineIcon icon={Home.House}/>
    </div>
)

More info

  • It has full Typescript support
  • It has 0 dependencies
1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago