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
Refactor the FPB components (& their children) to extract common functionality into a new
see https://www.figma.com/file/EKazRIMP4B15bD16UDbOwR/UCLA-Library-Design-System?node-id=5866%3A46501 for spacing
examples with alternating backgrounds: https://www.figma.com/file/EKazRIMP4B15bD16UDbOwR/UCLA-Library-Design-System?node-id=5429%3A39794 https://www.figma.com/file/EKazRIMP4B15bD16UDbOwR/UCLA-Library-Design-System?node-id=4893%3A37219 https://www.figma.com/file/EKazRIMP4B15bD16UDbOwR/UCLA-Library-Design-System?node-id=717%3A15265
: Content to go inside section (likely a component like ` or )
props: { title: { type: string, required: false, }, description: { type: string, required: false, }, background-color: { type: string, default: white, } }
maybe make background-color take a text string like 'white' or 'grey', then map it to a CSS class?
background-color
none
None handled by the component (lots will go into slot though)
The text was updated successfully, but these errors were encountered:
sourcefilter
No branches or pull requests
Component Description
Refactor the FPB components (& their children) to extract common functionality into a new
-> should stretch across entire screen
Design
see https://www.figma.com/file/EKazRIMP4B15bD16UDbOwR/UCLA-Library-Design-System?node-id=5866%3A46501 for spacing
examples with alternating backgrounds:
https://www.figma.com/file/EKazRIMP4B15bD16UDbOwR/UCLA-Library-Design-System?node-id=5429%3A39794
https://www.figma.com/file/EKazRIMP4B15bD16UDbOwR/UCLA-Library-Design-System?node-id=4893%3A37219
https://www.figma.com/file/EKazRIMP4B15bD16UDbOwR/UCLA-Library-Design-System?node-id=717%3A15265
Slots
: Content to go inside section (likely a component like ` or )
Props
Developer Tips
maybe make
background-color
take a text string like 'white' or 'grey', then map it to a CSS class?Events
none
Child components
None handled by the component (lots will go into slot though)
Screenshots
The text was updated successfully, but these errors were encountered: