Skip to content

Commit b96e92a

Browse files
committed
946147: Update Stock Market Use Case Sample Based on UX Review.
1 parent 7b56ebb commit b96e92a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Stock-Market-Application/src/components/KnowMore.tsx

+8-4
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,32 @@ export default function KnowMore() {
99
const productDetails = [
1010
{
1111
ID: 1,
12-
Content: 'The Syncfusion DataGrid component enables the real-time display of data updates, highlighting changes in values—whether they have increased, decreased, or remained stable compared to previous data. This allows you to easily compare live data changes without any performance impact. The Syncfusion DataGrid is a robust tool for managing data display and processing from your data source. It comes with numerous built-in features and offers extensive customization options to suit your needs.',
12+
ContentTitle: 'Understanding the Stock Market',
13+
Content: 'The stock market is a platform where investors buy and sell shares of publicly traded companies. It plays a crucial role in the economy, allowing businesses to raise capital and investors to grow their wealth. Learning the fundamentals of stock trading can help you make informed financial decisions.',
1314
DocLink: 'https://ej2.syncfusion.com/react/documentation/grid/getting-started',
1415
DemoLink: 'https://ej2.syncfusion.com/react/demos/#/fluent2/grid/overview',
1516
ImgPath: img1,
1617
},
1718
{
1819
ID: 2,
19-
Content: 'The Syncfusion DataGrid component efficiently displays real-time data updates and processes data without any performance loss. Additionally, the Syncfusion Chart component is perfect for applying technical analysis using trading formulas such as RSI, EMA, ATR, SMA, TMA, MACD, Bollinger Bands, Stochastic, Accumulation Distribution, and more. The Syncfusion Chart component offers a wide range of features that allow you to visually compare your data, helping you identify both growth opportunities and challenges in your business.',
20+
ContentTitle: 'The Mechanics of Buying and Selling Stocks',
21+
Content: 'Stock trading involves placing buy and sell orders through brokers or trading platforms. Prices fluctuate based on supply and demand, economic factors, and company performance. Investors can engage in different strategies such as day trading, swing trading, or long-term investing to maximize their returns.',
2022
DocLink: 'https://ej2.syncfusion.com/react/documentation/chart/getting-started',
2123
DemoLink: 'https://ej2.syncfusion.com/react/demos/#/fluent2/chart/overview',
2224
ImgPath: img2,
2325
},
2426
{
2527
ID: 3,
26-
Content: 'Syncfusion offers a wide range of tools to simplify app development. These include data visualization (charts, maps), data management (grids, spreadsheets), and file handling (PDFs, Excel). You can also find input controls, reporting tools, and various UI components like menus, calendars, and notifications. The tools are customizable, work across multiple platforms, and help you build feature-rich, high-performance applications efficiently.',
28+
ContentTitle: 'What Influences Stock Prices?',
29+
Content: ' Several factors impact stock prices, including economic indicators, company earnings, global events, and investor sentiment. Market trends, interest rates, and inflation also play significant roles. Keeping an eye on these factors helps investors make strategic investment choices.',
2730
DocLink: 'https://ej2.syncfusion.com/react/documentation/introduction',
2831
DemoLink: 'https://ej2.syncfusion.com/',
2932
ImgPath: img3,
3033
},
3134
{
3235
ID: 4,
33-
Content: 'Syncfusion offers a wide range of tools to simplify app development. These include data visualization (charts, maps), data management (grids, spreadsheets), and file handling (PDFs, Excel). You can also find input controls, reporting tools, and various UI components like menus, calendars, and notifications. The tools are customizable, work across multiple platforms, and help you build feature-rich, high-performance applications efficiently.',
36+
ContentTitle: 'Smart Strategies for Stock Market Success',
37+
Content: 'To succeed in the stock market, its essential to diversify your portfolio, conduct thorough research, and have a long-term investment perspective. Avoid emotional decision-making and always assess risk before investing. Continuous learning and staying updated with market trends will help you navigate the complexities of stock trading effectively.',
3438
DocLink: 'https://ej2.syncfusion.com/react/documentation/introduction',
3539
DemoLink: 'https://ej2.syncfusion.com/',
3640
ImgPath: img4,

0 commit comments

Comments
 (0)