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
|
662c7b7fde
|
fix(tile): set max height using aboveRef only if value is 0
Fixes #180
|
2020-05-09 07:23:06 -07:00 |
|
Eric Liu
|
e7bb051cab
|
refactor(expandable-tile): include above, below the fold slots
Remove TileAboveTheFoldContent, TileBelowTheFoldContent
|
2019-12-31 15:35:35 -08:00 |
|
Eric Liu
|
23a0de3f2a
|
fix(expandable-tile): use css to ensure max-height value
|
2019-12-31 15:19:47 -08:00 |
|
Eric Liu
|
866cc962cd
|
chore(lint): apply recommended lint rules
|
2019-12-29 15:37:56 -08:00 |
|
Eric Liu
|
41c096bada
|
refactor(expandable-tile): use onMount, afterUpdate methods
|
2019-12-25 06:10:07 -08:00 |
|
Eric Liu
|
f802fdb1bd
|
refactor(expandable-tile): remove onMount method
- Prevent default keypress if key is a <Space> or 'Enter'
|
2019-12-24 09:55:52 -08:00 |
|
Eric Liu
|
4ed754c549
|
refactor(expandable-tile): remove dispatcher, inline functions
|
2019-12-24 09:38:33 -08:00 |
|
Eric Liu
|
a828218d15
|
refactor(tile): forward events, inline functions
Supports #7, #34
- Forward events, style prop
- Remove unneeded dispatched events
- Remove exported props
|
2019-12-20 04:16:50 -08:00 |
|
Eric Liu
|
46cb9aa44b
|
feat(components): add Tile
Supports #34
TODO:
- remove exported props
- compose TileGroup, SelectableTile, RadioTile components
|
2019-12-19 04:20:20 -08:00 |
|