![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@teamleader/ui-illustrations
Advanced tools
Illustrations used in the Teamleader application(s), both as SVG and matching React-based implementation.
Teamleader's illustrations package is available on npm.
$ npm install --save @teamleader/ui-illustrations
If you're already using teamleader-ui in your application, you can access the illustrations using the sub-repo notation '@teamleader-ui/illustrations'
.
import React from 'react';
import { render } from 'react-dom';
import { IllustrationEmptyStateMeetings120x120Static } from '@teamleader/ui-illustrations';
const App = () => {
return (
<IllustrationEmptyStateMeetings120x120Static />
);
}
render(<App />, document.querySelector('#app'));
^7.0.0
^5.0.0
Clone this repo
$ git clone https://github.com/teamleadercrm/ui-illustrations.git
Add your newly designed SVG files to the /illustrations
folder. Make sure they are named properly using the dimensions_name_variant.svg
syntax, eg: 120x120_empty_state_meeting_static.svg
or 240x240_task_list_dynamic.svg
.
Don't forget to transform your newly added SVGs to React components by running
$ npm run build
If you are satisfied with your updates, make sure to bump the version number in the package.json
file and publish it for others to use by running
$ npm publish --access=public
[0.0.16] - 2019-02-25
This package now has proper support for tree shaking.
FAQs
Teamleader UI Illustrations
The npm package @teamleader/ui-illustrations receives a total of 41 weekly downloads. As such, @teamleader/ui-illustrations popularity was classified as not popular.
We found that @teamleader/ui-illustrations demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 12 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.