-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SelectMenuTile
#254
Add SelectMenuTile
#254
Conversation
Documentation Preview
You're seeing this because the docs/samples were updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On a side note, I don't think this PR resolves #162.
I thought about and it seems really similar IMO. You just need to remove the dividers in the menu and it'll look kinda close? |
dde9a4a
to
944870c
Compare
e9edd1c
to
a96e5ca
Compare
It's really different, select isn't in a tile. It's a form element that should exist with TextField, Radio, and etc. |
d1b89ff
to
1eb0a6c
Compare
4c830d3
to
f3bd856
Compare
f3bd856
to
8482a07
Compare
8482a07
to
3a39bf3
Compare
971a85d
to
5cb1496
Compare
5cb1496
to
11681a7
Compare
Describe the changes
This PR introduces the
SelectMenuTile
.Fixes #207, #162 .
Checklist