Uber's Base Web design system as a Framer X package, also known as baseui.
All components have been split into sections with the intention to replicate Base Web's documentation page.
- Select's dropdowns are sometimes rendered below other components. There seems to be a z-index problem here.
- File Uploader currently does nothing.
- Theming support is to be considered a work in progress.
-
What is the
code/generated
folder?baseui.framerx
was created using the @framerjs/component-importer. This folder should be cleaned up at some point since many of the generated files are not used anymore. Theimporter.config.json
is also a product of thecomponent-importer
and should also be cleaned up at some point.