This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
0.100.0
0.100.0 (May 24, 2021)
⬆️ Updated Components
Badge
- new
xl
size - null
children
will now default toformat
string with hyphens replaced by spaces - new stories added
format
prop is no longer output to DOM
- new
🪙 Tokens
Example Use
import { core } from '@vimeo/iris/tokens';
const ErrorDiv = styled.div`
border: 2px solid ${core.color.status.negative};
color: ${core.color.text(100)};
`;