glambert
released this
08 Jul 17:14
·
51 commits
to next
since this release
Added
- Introducing the concept of the "next" folder. Whenever we are about to introduce breaking changes to existing components, we will introduce the future component into the corresponding folder. Please note that components within this folder are usually experimental and are subject to changes that might not be documented (#106)
- Add next/Badge. Should you wish to already leverage and test out the newer Badge component, simply
import { Badge } from '@lightspeed/flame/Badge/next';
(#106)