-
-
Notifications
You must be signed in to change notification settings - Fork 261
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
ContentSwitcher with Icons #183
Comments
Agreed. Would you be interested in submitting a PR? |
It will depend on whether we decide to go this route in our own project. If so, then I will submit a PR on the feature, if you don't get to it first. |
This feature has been added in v0.8.0. A In this reduced example, the first two switches use the <ContentSwitcher>
<Switch text="First section" />
<Switch text="Second section" />
<Switch>
<span style="display: flex; align-items: center;">
<Add16 style="margin-right: .25rem;" />
Third section
</span>
</Switch>
</ContentSwitcher> |
Very cool! |
It would be nice to be able to use icons as the contents for content switchers.
The text was updated successfully, but these errors were encountered: