
Product
A New Overview in our Dashboard
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
boot-cell-editor
Advanced tools
Lightweight Rich Text Editor based on Edkit, WebCell & Bootstrap
https://idea2app.github.io/Edkit/WebCell/
https://github.com/idea2app/Edkit#tools
npm install web-cell boot-cell-editor
tsconfig.json
{
"compilerOptions": {
"target": "ES6",
"moduleResolution": "Node",
"useDefineForClassFields": true,
"jsx": "react-jsx",
"jsxImportSource": "dom-renderer"
}
}
<head>
<link
rel="stylesheet"
href="https://unpkg.com/bootstrap@5.3.3/dist/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
href="https://unpkg.com/bootstrap-icons@1.11.3/font/bootstrap-icons.css"
/>
</head>
import { component } from 'web-cell';
import { Editor } from 'boot-cell-editor';
@component({ tagName: 'post-edit' })
export class PostEdit extends HTMLElement {
render() {
return (
<Editor
name="content"
defaultValue="<p>test</p>"
onChange={console.log}
/>
);
}
}
FAQs
Lightweight Rich Text Editor based on TypeScript, WebCell & Bootstrap
The npm package boot-cell-editor receives a total of 5 weekly downloads. As such, boot-cell-editor popularity was classified as not popular.
We found that boot-cell-editor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.