fluent-svelte-extra
TypeScript icon, indicating that this package has built-in type declarations

1.9.1 • Public • Published

fluent-svelte-extra

A fork of fluent-svelte which is in active development.

Undocumented Components

Components that we develop won't be in docs. But you can view the detailed usage here

Switching between themes

Along with the new components, we have also added the ability to switch between dark and light themes. To switch between themes you should import fluent-svelte-extra/switchable.css in your layout.svelte file and add fds-theme-dark or fds-theme-light classes to your <html> tag in app.html file. fluent-svelte-extra/switchable.css does not contain anything that can be controlled by prefers-color-scheme

If you use fluent-svelte-extra/theme.css it will use the system default until you add fds-theme-dark or fds-theme-light classes to your <html> tag.

Based on your needs, you can select a file which will be the best fit for your project.

Note

Thanks to the creator of fluent-svelte library for making such an awesome library!

Package Sidebar

Install

npm i fluent-svelte-extra

Weekly Downloads

16

Version

1.9.1

License

MIT

Unpacked Size

440 kB

Total Files

138

Last publish

Collaborators

  • spongebed