Giter VIP home page Giter VIP logo

telerik / blazor-docs Goto Github PK

View Code? Open in Web Editor NEW
53.0 30.0 72.0 60.08 MB

Public Documentation for Telerik UI for Blazor components.

Home Page: https://docs.telerik.com/blazor/introduction

License: Apache License 2.0

HTML 2.70% Shell 13.10% Ruby 1.83% Batchfile 0.17% JavaScript 76.66% CSS 3.96% C# 1.58%
blazor docs documentation telerik ui ui-components blazor-components blazor-application blazor-apps webassembly

blazor-docs's Introduction

Telerik® UI for Blazor Components Documentation

Welcome to the GitHub repo for the Telerik UI for Blazor components documentation. This repository contains the source content — written in Markdown — that we use to power Telerik® UI for Blazor Documentation at https://docs.telerik.com/blazor-ui/introduction.

Telerik UI for Blazor Documentation

If you've arrived here wanting to search and peruse our docs, you'd be better served heading over to the officially published UI for Blazor components documentation where our content is prettified and searchable.

Contribution

Pull Requests are welcome! If you see mistakes or missing info, fix it in a Pull Request (you may need to fork the repo for something larger than a typo you can fix online), or open an Issue. This will help everyone have better documentation.

Offline PDF Version

You can download a PDF with this documentation from your telerik.com account. Go to the Downloads section, navigate to UI for Blazor, choose the version you want from the dropdown, and get the PDF file under the Documentation section.

Running Locally

You can generate a static web site from the Telerik® UI for Blazor documentation and browse it locally.

  1. Clone the repository git clone [email protected]:telerik/blazor-docs.git
  2. Go to the https://github.com/telerik/docs-seed repo and follow the instructions from its own readme file

If you want to keep the local documentation alive after closing the prompt, you can add the _site folder that was generated to a server of your choice. Make sure that it is under a path like serverName/blazor-ui. You can find sample instructions in the following page, and they are applicable for IIS, even though they are written for the UI for ASP.NET AJAX docs where we have two nests folders instead of one: https://github.com/telerik/ajax-docs/wiki/Deploying-Documentation-on-IIS.

Useful Links

License

The Telerik® UI for Blazor Documentation is licensed under the Apache 2.0 license. See the LICENSE file for the full terms. This license applies to the markdown (.md) files in this site ONLY and does not convey, override, or modify any existing licenses covering the runtime source and components of Telerik® UI for Blazor. For more information, see the Telerik® UI for Blazor license agreement.

If you don't have a license for Telerik® UI for Blazor, start a free trial and then follow the First Steps article for the appropriate Blazor application type.

blazor-docs's People

Contributors

dependabot[bot] avatar dimodi avatar edcharbeneau avatar github-actions[bot] avatar hadjieva avatar icnocop avatar imtodor avatar jamiewhitlam avatar jivanova avatar kendo-bot avatar kristianmariyanov avatar lancemccarthy avatar mariaveledinova avatar marin-bratanov avatar matanasov avatar nansiyancheva avatar ntacheva avatar radkostanev avatar sdehm avatar stamo-gochev avatar svdimitr avatar tanyadimitrova avatar timosalomaki avatar tsvetomir-hr avatar uteschj avatar velikovmartin avatar xristianstefanov avatar yanisslav avatar yanushevgeorgi avatar yordan-mitev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blazor-docs's Issues

Typo in Grid - Display Format

In the Grid - Display Format page it says in the Notes section "The CurrentInfo.CurrentCulture is used when rendering the formats, so if you need specific formats for specific users, you must set the culture of the app accordingly."

I think that needs to say CultureInfo.CurrentCulture?

AutoComplete Docs - Feature Section

The "Class" feature section of the AutoComplete mentions combo box. This is what it says.

The AutoComplete provides the following features:
Class - the CSS class that will be rendered on the main wrapping element of the combobox.

I guess you will need to replace combobox with autocomplete ?

Blazor icons are broken

List of icon names to use in Telerik components Icon parameters

The Icon list failed to load. You can see the available icons in the Kendo UI Font Icons article. To use them with UI for Blazor, remove the k-i- prefix. If you are seeing this, open an issue to let us know the icon list is broken.

Drawer Docs Update - IsSeparator Parameter name change

2.27.0 release will introduce a new parameter to the Drawer component - Separator. This parameter will replace the IsSeparator parameter which will be deprecated with the 3.0.0 release.

The Drawer docs should be updated accordingly with the 2.27.0 release to address this change.

Blazor bundling and resources

The Built-In Themes article mentions that the way Blazor handles bundling and resources is still unclear. However, it looks like Microsoft has now finalized the implementation and closed the relevant issue.

As far as I understood, the documentation on their side is still not up to date so it might make sense to wait a bit instead of relying on all the scattered information in that message chain.

Typo in textbox-add-icon article

I think this knowledge-base article has a typo:
textbox-add-icon

The class identifier is missing a space:
/* icon with floating label */ .tb-icon-container.with-label .k-icon { top: 0.7em; }

Should be (space before .with-label):
/* icon with floating label */ .tb-icon-container .with-label .k-icon { top: 0.7em; }

Reporting a vulnerability

Hello!

I hope you are doing well!

We are a security research team. Our tool automatically detected a vulnerability in this repository. We want to disclose it responsibly. GitHub has a feature called Private vulnerability reporting, which enables security research to privately disclose a vulnerability. Unfortunately, it is not enabled for this repository.

Can you enable it, so that we can report it?

Thanks in advance!

PS: you can read about how to enable private vulnerability reporting here: https://docs.github.com/en/code-security/security-advisories/repository-security-advisories/configuring-private-vulnerability-reporting-for-a-repository

InCell Editing - Basics

Grid InCell Editing - Basics

This part of the article says - Cancellation of changes is not supported at the moment, you can prevent them by not calling the data access layer.

But when I click on the cancel button in InCell Editing mode then the action gets cancelled. Let me know if the line means something else.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.