0.0.85 • Published 9 months ago

unstyled-web-components v0.0.85

Weekly downloads
-
License
BSD
Repository
gitlab
Last release
9 months ago

Unstyled Web Components

Find the docs here

A repository of web components that don't use the shadow dom and can thusly be easily styled. For examples please see the index.html in the respective components folders.

If you want to see the components live you'll just have to download this repo , run bun dev and go to localhost:3000.

Usage

In Browser

load uwc by adding this to your htmls <head>:

<!-- defer is necessary if you serve some uwc component along with the full html -->
<script
  defer
  src={`https://unpkg.com/unstyled-web-components@${version}/dist/index.js`}
></script>

<!-- default styling, i.e. the "user agent stylesheet". I'd recommend including this. -->
<link
  rel="stylesheet"
  href={`https://unpkg.com/unstyled-web-components@${version}/dist/index.css`}
/>

Locally, for development

Include an ambient import as close to your entrypoint as possible. Depending on your final configuration you should not forget to externalize this dependency.

import "unstyled-web-components";

Integrating with React

react <19

You'll have to create a wrapper for each component. TODO: Blog Article Link here

0.0.84

10 months ago

0.0.85

9 months ago

0.0.40

12 months ago

0.0.41

12 months ago

0.0.42

12 months ago

0.0.43

12 months ago

0.0.44

12 months ago

0.0.45

12 months ago

0.0.46

12 months ago

0.0.47

12 months ago

0.0.80

11 months ago

0.0.81

11 months ago

0.0.82

10 months ago

0.0.37

12 months ago

0.0.38

12 months ago

0.0.39

12 months ago

0.0.73

11 months ago

0.0.74

11 months ago

0.0.30

1 year ago

0.0.75

11 months ago

0.0.31

1 year ago

0.0.76

11 months ago

0.0.32

1 year ago

0.0.77

11 months ago

0.0.33

1 year ago

0.0.78

11 months ago

0.0.34

1 year ago

0.0.79

11 months ago

0.0.35

1 year ago

0.0.36

12 months ago

0.0.70

11 months ago

0.0.71

11 months ago

0.0.72

11 months ago

0.0.27

1 year ago

0.0.28

1 year ago

0.0.29

1 year ago

0.0.62

11 months ago

0.0.63

11 months ago

0.0.64

11 months ago

0.0.65

11 months ago

0.0.66

11 months ago

0.0.67

11 months ago

0.0.68

11 months ago

0.0.69

11 months ago

0.0.60

11 months ago

0.0.61

11 months ago

0.0.59

11 months ago

0.0.51

12 months ago

0.0.52

12 months ago

0.0.53

12 months ago

0.0.54

12 months ago

0.0.55

12 months ago

0.0.56

12 months ago

0.0.57

12 months ago

0.0.58

11 months ago

0.0.50

12 months ago

0.0.48

12 months ago

0.0.49

12 months ago

0.0.26

1 year ago

0.0.25

1 year ago

0.0.23

1 year ago

0.0.24

1 year ago

0.0.22

1 year ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.19

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.13

1 year ago

0.0.14

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago