
Security News
Oxlint Introduces Type-Aware Linting Preview
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
@clevercloud/components
Advanced tools
This project contains a collection of Web Components made by Clever Cloud.
Some of those components are low-level like <cc-button>
, <cc-input-text>
or <cc-loader>
,
the other components are more high-level and specific to Clever Cloud's domain model.
We use them on different Web UIs we have (public and internal).
All our components are showcased with "stories" using Storybook. You can see all our components (and their stories) on this preview.
Storybook is a great tool to present your components in many different situations. This way, you can check how they behave with different inputs (properties, attributes...) and make sure they produce the right outputs (emit events...).
We also use web-component-analyzer to generate a documentation spec sheet for each component. You can find it in the Notes tab of a component's story (example).
Sure, they're available on npm. Contact us if you want more details.
This project is licensed under the Apache-2.0.
We're using modified versions of two projects related to Leaflet:
Both projects are licensed with BSD-2-Clause. They aren't updated anymore, and we wanted them to be exposed as modern ES modules. This is the main reason we decided to copy them in our own repo. The respective copyrights are at the top of each file:
7.0.0 (2021-09-03)
<cc-pricing-product-cellar>
: delete component and replace it with a more generic component (BREAKING CHANGE)<cc-pricing-table>
:
items
to plans
(BREAKING CHANGE)currencyCode
with currency
in smart definition (BREAKING CHANGE)<cc-pricing-product>
:
items
to plans
(BREAKING CHANGE)currencyCode
with currency
in smart definition (BREAKING CHANGE)<cc-beta>
: replace rem with em<cc-button>
: replace rem with em<cc-img>
: replace rem with em<cc-input-number>
: replace rem with em<cc-input-text>
: replace rem with em<cc-loader>
: replace rem with em<cc-toggle>
: replace rem with em<cc-block>
: introduce a ribbon and a noHead property<cc-zone>
:
<cc-zone-input>
:
sortZones
out in a lib<cc-pricing-product-consumption>
(with smart definition)
<cc-pricing-product-cellar>
, it works for Cellar, FS Bucket, Pulsar<cc-pricing-header>
<cc-pricing-estimation>
<cc-pricing-page>
(with smart definition)<cc-jenkins-info>
(with smart definition)aws-sdk
with @aws-sdk/s3-client
so we can stop relying on s3cmd
for previews
.clever-components-previews.s3cfg
but you will need env vars (see docs)FAQs
Collection of Web Components by Clever Cloud
The npm package @clevercloud/components receives a total of 42 weekly downloads. As such, @clevercloud/components popularity was classified as not popular.
We found that @clevercloud/components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 11 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.