Bundled CSS for Stream Chat SDKs
# with npm
npm install --save @stream-io/stream-chat-css
# with yarn
yarn add @stream-io/stream-chat-css
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';
MIT © Stream.io Inc.
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.
- 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 fromsrc/assets/icons
- Edit the font
- Set the font name to
stream-chat-icons
and the CSS prefix tostr-chat__icon--
- Download the font, and copy the content of the
font
folder tosrc/assets/icons
, and copy the mapping fromcss/stream-chat-icons.css
tosrc/v2/Icon/Icon-layout.scss