stream-chat-css
Bundled CSS for Stream Chat SDKs
Install
npm install --save @stream-io/stream-chat-css
yarn add @stream-io/stream-chat-css
Usage
This repository comes as a dependency of stream-chat-react
and doesn't require explicit installation if you're using the component library. Add the styles to your app by importing the bundled CSS:
import '@stream-io/stream-chat-css/dist/css/index.css';
License
MIT © Stream.io Inc.
We are hiring!
We've recently closed a $38 million Series B funding round and we keep actively growing.
Our APIs are used by more than a billion end-users, and you'll have a chance to make a huge impact on the product within a team of the strongest engineers all over the world.
Check out our current openings and apply via Stream's website.
Icons - for Stream Developers
- The icons for the UI components can be exported from Figma
- Icons are used as fonts, the font files are located in
src/assets/icons
- If you need to change icons you have to regenerate the icon fonts:
- Go to https://fontello.com/
- Upload the
svg
font from src/assets/icons
- Edit the font
- Set the font name to
stream-chat-icons
and the CSS prefix to str-chat__icon--
- Download the font, and copy the content of the
font
folder to src/assets/icons
, and copy the mapping from css/stream-chat-icons.css
to src/v2/Icon/Icon-layout.scss