nekomata-ui

Svelte UI component library that focuses on delivering components and features that can be adaptable to your application needs.

MIT License

Downloads
90
Stars
8
Committers
2

Bot releases are hidden (Show)

nekomata-ui - [email protected] Latest Release

Published by Takuma-The-Akai-Kage over 2 years ago

Migration to SvelteKit

nekomata-ui - [email protected]

Published by Takuma-The-Akai-Kage over 2 years ago

AccordionPanel max-height: fix

nekomata-ui - [email protected]

Published by Takuma-The-Akai-Kage over 2 years ago

Nekomata-ui release with an AccordionPanel and an update to the Button component

nekomata-ui - [email protected]

Published by Takuma-The-Akai-Kage almost 3 years ago

In 0.2.6:

Row has been replaced with FlexBox. FlexBox has 2 variants: row and column.

nekomata-ui - [email protected]

Published by Takuma-The-Akai-Kage almost 3 years ago

Library updates

nekomata-ui - [email protected]

Published by Takuma-The-Akai-Kage about 3 years ago

Overlay added and aria-label added to the Button component.

nekomata-ui - [email protected]

Published by Takuma-The-Akai-Kage about 3 years ago

Added:

  • Button (icon) (initial version),
  • BreakpointStore (experimental) based on the Smelte breakpointstore added.
  • Appbar, Button and SvgIcon now have 2 css profiles (more info will follow)
nekomata-ui - [email protected]

Published by Takuma-The-Akai-Kage about 3 years ago

Dependencies update and an change to the setThemeOnLoad() method from the ThemeStore.

nekomata-ui - [email protected]

Published by Takuma-The-Akai-Kage over 3 years ago

  • styleStringBuilder added.
  • CSS media queries removed from the components.
  • Rewrite of the CSS custom properties to make them more unique.
  • Every component now has a type interface that can be used to make an object. This can be used by the styleStringBuilder to make a CSS style string for a component.
  • All components now have an id attribute that can be set. Which makes it possible to navigate to the component and to target the component from the outside by JavaScript and CSS.
  • All components now have and data_testid that can used to set and testId for the Svelte testing library.
nekomata-ui - [email protected]

Published by Takuma-The-Akai-Kage over 3 years ago

(modal) drawer added without backdrop (initial version).

nekomata-ui - [email protected]

Published by Takuma-The-Akai-Kage over 3 years ago

  • CssStyleString changed to $: style.
nekomata-ui - [email protected]

Published by Takuma-The-Akai-Kage over 3 years ago

  • Package structure update.
  • SvgIcon test fixes.
nekomata-ui - [email protected]

Published by Takuma-The-Akai-Kage over 3 years ago

Exports fix for rollup.

nekomata-ui - [email protected]

Published by Takuma-The-Akai-Kage over 3 years ago

$$restProps.class changed to a clazz as class export.

nekomata-ui - [email protected]

Published by Takuma-The-Akai-Kage over 3 years ago

Custom style prop added.

nekomata-ui - [email protected]

Published by Takuma-The-Akai-Kage over 3 years ago

SvgIcon added and a few fixes.

nekomata-ui - [email protected]

Published by Takuma-The-Akai-Kage almost 4 years ago

GridContainer (initial version) added.

nekomata-ui - [email protected]

Published by Takuma-The-Akai-Kage almost 4 years ago

Row component added to nekomata-ui

nekomata-ui - [email protected]

Published by Takuma-The-Akai-Kage almost 4 years ago

Tests added to the AppBar and a way to pass a class to the AppBar

nekomata-ui - [email protected]

Published by Takuma-The-Akai-Kage almost 4 years ago

Added the first version of the AppBar component.