Closed XuTheBunny closed 5 years ago
When access SecondaryNav from other application, we need to have both SecondaryNav and SecondaryNavLink components.
SecondaryNav
SecondaryNavLink
Application case:
import {SecondaryNav, SecondaryNavLink} from 'kf-uikit'; ..... <SecondaryNav buttons={[<SecondaryNavLink />,<SecondaryNavLink />,<SecondaryNavLink />]} />
UIKit Storybook for Review
Built with commit 9b20491877e91d4286d68f36c261f0981366ed46
https://deploy-preview-134--kf-uikit.netlify.com
When access
SecondaryNav
from other application, we need to have bothSecondaryNav
andSecondaryNavLink
components.Application case: