We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since breadcrumbs and a router go hand in hand, it's probably better to either port react-breadcrumbs or just use it and pass classes by hand.
The text was updated successfully, but these errors were encountered:
I added some props to react-breadcrumbs (see PR) a few weeks ago to make it compatible with Semantic UI markup. Now you can use it this way:
import React from 'react'; import { Icon } from 'semantic-react'; import Breadcrumbs from 'react-breadcrumbs'; const Breadcrumb = props => <Breadcrumbs {...props} separator={<Icon name="right angle divider" />} wrapperClass="ui breadcrumb" itemClass="section" activeItemClass="active" />; export default Breadcrumb;
Sorry, something went wrong.
483d23b
Breadcrumbs: #25
6493e09
Removed icon prop from breadcrumb divider, now support icon as child Adjusted examples
No branches or pull requests
Since breadcrumbs and a router go hand in hand, it's probably better to either port react-breadcrumbs or just use it and pass classes by hand.
The text was updated successfully, but these errors were encountered: