Commit graph

10 commits

Author SHA1 Message Date
Eric Liu
2200b29b92 chore: lift components folder 2020-07-19 09:06:08 -07:00
Eric Liu
e886d772c7 refactor: use $$restProps API
- add ref prop for applicable components (#196)
- add slot to Content Switcher `Switch` component (#183)
- remove fillArray, css utilities
2020-07-19 05:49:40 -07:00
Eric Liu
fd7164a312 feat(code-snippet): add skeleton state 2020-01-11 18:39:33 -08:00
Eric Liu
a5e98de4a7 feat(code-snippet): support code prop 2020-01-04 09:11:05 -08:00
Eric Liu
b1fe3de8ad refactor(components): alphabetize exported props for scannability 2019-12-31 16:36:10 -08:00
Eric Liu
152cbcd1ab refactor(code-snippet): use afterUpdate 2019-12-25 07:20:57 -08:00
Eric Liu
c446fc74f4 refactor(components): convert const to reactive where appropriate
- Inline class assignments to avoid script-level clutter
- Ignore a11y-missing-attribute instead of redundant href
2019-12-24 09:41:12 -08:00
Eric Liu
1286b9901d refactor(components): remove exported "props"
Closes #17

- Forward events
- Adds style prop, removes exported props
2019-12-22 09:29:45 -08:00
Eric Liu
40a7be5c79 refactor(code-snippet): pass snippet button class for multi-line
- Remove exported props from CopyButton, skeleton
- Replace onMount with reactive statement
- Forward events to skeleton
- Clean up Story
2019-12-18 09:10:49 -08:00
Eric Liu
72dc38ea56 feat: initial commit 2019-12-15 11:20:52 -08:00