sveltestrap

Bootstrap 4 & 5 components for Svelte

MIT License

Downloads
54.2K
Stars
1.3K
Committers
51

Bot releases are hidden (Show)

sveltestrap - Add Popover

Published by bestguy almost 4 years ago

This release adds Popover, many thanks to @eddie0329 for the work.

sveltestrap - Add Tooltip

Published by bestguy almost 4 years ago

Tooltip is now added thanks to @eddie0329

sveltestrap - Correct TabContent

Published by bestguy almost 4 years ago

This release corrects issue with using more than one TabContent on same page.

sveltestrap - Correct Navbar dropdowns

Published by bestguy about 4 years ago

This release corrects issue in #187

sveltestrap - Correct Input, Button types

Published by bestguy about 4 years ago

Corrects #197

sveltestrap - Correct Input

Published by bestguy about 4 years ago

This release corrects placeholder and readonly props for Input type="textarea"

sveltestrap - Correct TypeScript types with SSR

Published by bestguy about 4 years ago

Corrects TypeScript types support for SSR imports:

import { Button, Card } from 'sveltestrap/src';
sveltestrap - Revert Icon component

Published by bestguy about 4 years ago

Removes Icon due to ts and other build troubles

sveltestrap - Correct Col output attributes

Published by bestguy about 4 years ago

Correct Col to not export xs, sm, md, lg, xl props in output HTML

sveltestrap - Omit ids in lieu of restProps

Published by bestguy about 4 years ago

Corrects #174

sveltestrap - Correct id issue with CustomInput

Published by bestguy about 4 years ago

Corrects #178

sveltestrap - Add TypeScript types

Published by bestguy about 4 years ago

Sveltestrap now supports TypeScript types from #165

sveltestrap - Correct unused props

Published by bestguy almost 5 years ago

This release corrects a number of unused props.

sveltestrap - Correct Input type="file"

Published by bestguy almost 5 years ago

This release corrects a binding issue with Input type="file", we now allow bind:files

sveltestrap - Add common events to Input, CustomInput

Published by bestguy about 5 years ago

This release adds support for commonly used Input and CustomInput events:

      on:blur
      on:focus
      on:keydown
      on:keypress
      on:keyup
      on:change
      on:input 
sveltestrap - Improve SSR support

Published by bestguy about 5 years ago

This release improves SSR support by checking for window prior to referencing.

sveltestrap - Correct usage in Edge, switch & checkbox binding

Published by bestguy about 5 years ago

This release corrects a problem (#63) with using in Edge browsers.
Also corrects a problem (#61 ) when binding checked attribute for CustomInputs with checkbox and switch

sveltestrap - Correct navbar Collapse on resize

Published by bestguy about 5 years ago

Corrects issue with on resize to mobile sizes.

sveltestrap - Corrects Navbar items with Collapse

Published by bestguy about 5 years ago

This release corrects issue #59

sveltestrap - Correct Collapse, Fade on mobile sizes

Published by bestguy about 5 years ago

This release corrects issue with Collapse & Fade which were unable to open on mobile sizes.