Customization
Customize components and behavior
fromsrc is designed to be customized. You own the components.
Component overrides
Wrap any component to add custom behavior:
MDX components
Pass custom components to the content renderer. First define your components:
Then use them with the content component in your page:
Sidebar navigation
Build your own navigation structure:
Search
Customize search behavior by wrapping the component:
Full control
Since fromsrc exports primitives, you can:
- Use only the components you need
- Replace any component entirely
- Add your own components
- Modify styles via CSS variables
- Build custom layouts
No framework lock-in. No hidden abstractions.